home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / WebObjects / WebObjectsDoc_HTML / Reuse / ReusableComponentsEx / RadioMatrix.wo / Description.plist next >
Encoding:
Text File  |  1996-03-09  |  1.5 KB  |  50 lines

  1. {
  2. componentName = "RadioMatrix";
  3.  
  4. authors = (
  5.     {
  6.     author = "Charles Lloyd";
  7.     email = "clloyd@next.com";
  8.     image = "http://www.next.com/~clloyd/clloyd.gif";
  9.     }
  10. );
  11.  
  12. description = 
  13. "The RadioMatrix provides a simplified interface to the WORadioButton dynamic element.  In order to distinguish the set of WORadioButtons used in this component from those in any other component, you <i>must</i> provide a name for the matrix (<B>matrixName</B>).  In addition, you must pass an array of strings (<B>valueStringsList</B>) that will serve as the labels of the radio buttons.  Finally, you must indicate which item (<B>selectedItem</B>) is selected.";
  14.  
  15.  
  16. parameters = (
  17.  
  18. "matrixName",
  19. "Used to distinguish the WORadioButtons used in this RadioMatrix from those in any other component on the same page.",
  20.  
  21. "valueStringsList",
  22. "An array of strings that will become the labels as well as the return value.",
  23.  
  24. "selectedItem",
  25. "If initialized, indicates which button is initially selected. Upon return, indicates the user's choice (or <b>nil</b> if nothing is chosen).",
  26.  
  27. "isVertical",
  28. "The orientation of the matrix.  Default is YES.",
  29.  
  30. "borderSize",
  31. "The width of the border of the matrix.  Default is 1.",
  32.  
  33. "cellPadding",
  34. "The margin around each cell in the matrix. Default is 2.",
  35.  
  36. "cellSpacing",
  37. "The space between the cells in the matrix. Default is 0."
  38.  
  39. );
  40.  
  41. currentVersion = "1.0";
  42.  
  43. releaseDate = "March 4, 1996";
  44.  
  45. supportPolicy = "ExampleCode: Unsupported";
  46.  
  47. distributionPolicy = "You may freely distribute this code";
  48.  
  49. }
  50.